/*Layout*/
#page{
	min-width:768px;
	max-width:1024px;
	width: expression(document.body.clientWidth > 1024 ? "1024px" : "99%");
	/*width:90%;
	min-width: 800px;*/
	margin:0 auto 10px;
	padding: 0 0 10px 0;
	height:auto;
}

#content {
float:left;
height:auto;
margin:20px 0 0 9px;
width:61%;
}

#menu {
border-left:1px dotted #999999;
float:right;
height:auto;
margin-bottom:8px;
width:19%;
}

#menumeio {
border-right:1px dotted #999999;
float:left;
height:auto;
margin-bottom:8px;
width:18%;
overflow:hidden;
}

.footerHeader {
	margin:3px 8px 0 8px;
	clear:both;
}

#blogText{
	height:auto;
}